{% extends "base.html" %} {% block title %}Case #{{ case.id }} — LegalEase AI{% endblock %} {% block content %}
{{ case.category or 'Unclassified' }} · Submitted {{ case.created_at.strftime('%B %d, %Y at %I:%M %p') }}
{{ case.summary or 'AI summary not available yet.' }}
| Date | Time | Status | Notes |
|---|---|---|---|
| {{ appt.appointment_date }} | {{ appt.appointment_time }} | {% if appt.status == 'confirmed' %} Confirmed {% elif appt.status == 'cancelled' %} Cancelled {% else %} Pending — Awaiting lawyer {% endif %} | {{ appt.notes or '—' }} |